Author |
Thread Statistics | Show CCP posts - 0 post(s) |

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.01.15 07:55:00 -
[1]
Edited by: Azazel Mordred on 15/01/2011 07:56:25 Sup
Out of Eve is back in action. The original thread about the application is available here. The even older application introduction thread is here.
For it's first new release, OOE has been made fully Incursion compatible. There are not really any new features yet, the goal with this release was to ensure everything works with Incursion's DB structure and current API methods.
OOE has also been set up as a Google Code project, so you can track changes better, and it doesn't rely on my weedy and currently unavailable SVN server.
The project page and all source code and releases can be found here: http://code.google.com/p/ooe/
In addition to the released code, feel free to check out the Incursion branch which will be home to additional features beyond the currently released 1.7 version as they're added. Please make use of the issue tracker to report problems or suggest new features. Additional plugins and code contributions will be welcome.
If you're simply interested in using the application without hosting it yourself, you can register on http://www.outofeve.com/ and have full access to all OOE features. There are NO ISK/licensing charges for access to the website or source code, and there never will be.
For concerns about your full API key's security, please refer to discussions in the old threads linked in the first paragraph of this post.
If you encounter any problems on the OutOfEve.com site, please use the project's issue tracker to report them. The website is currently running the released code (tags/1.7-incursion).
|

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.01.17 05:51:00 -
[2]
Originally by: VampireDeluxeVWB hi,
i uploaded all files to my fileserver, filled one db with the dump and insert the two sql files also in the database...
but now i get this error... :
Fatal error: Uncaught exception 'PDOException' with message 'invalid data source name' in /www/htdocs/w00ab6c5/eveinfo/includes/database.php:12 Stack trace: #0
login and the passwort are insert correct into the config file
Hi,
By the sounds of it, you might have put both scripts into the same DB. That's fine, but make sure that both "$config['database']['dsn']" and "$config['evedatabase']['dsn']" both point to exactly the same thing and both have the same usernames and passwords.
If you are using separate databases, just make sure that both of the above config options are configured correctly.
|

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.01.18 13:43:00 -
[3]
Yes, we do read that information from Eve-Central. Where would you want that information displayed?
It's currently only used in the production profitability plugin I think.
|

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.02.01 05:47:00 -
[4]
Around and about, away from EVE for ever a year :). Getting back into it, quite enjoying the PI stuff.
Regarding SMF or other integration, I'm not going to do that kind of integration with other systems myself, but if anyone's willing to contribute code, I'll be happy to review it and potentially include it in a future release.
|

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.02.14 05:29:00 -
[5]
Hmm, sorry about that omission, and thanks for the note about it, I'll remember to include it in future installation notes.
|

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.02.22 08:42:00 -
[6]
Originally by: Princess Corrino Edited by: Princess Corrino on 20/02/2011 12:16:16 I've made a new plugin for this. So far it only works for Characters and not Corporations but I am working on that. I had to alter several files though throughout.
For characters, you can now see their Standings, I made it in a similar fashion to the existing assets area (collapse/expandable).
Agents don't have icons, hence the generic blank square.
Edit: I need to make it work with Corporations next, and then once that is complete, I will make a popup information window with some basic information.
This looks great. I guess a bunch of stuff had to be added to the base DB and API classes/files. Sorry you had to be exposed to that .
Once done, would you like to distribute it yourself, or would you mind if it were integrated into OOE (this would make the API calls and stuff part of OOE base, so you don't have to hack those each time you want to upgrade).
|

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.03.01 10:59:00 -
[7]
It's definitely possible to grant access to the corporation data to corp members, however it would require that the CEO or something with equivalent access rights be registered on the OOE instance, and we'll have to give them a profile option to allow members to access the data. Actually sharing specific corp pages would be very useful I guess.
Sorry progress has been a bit slow the last month or so, been busy with some other stuff. Haven't abandoned OOE again yet .
|

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.04.25 05:56:00 -
[8]
Dutch Psycho00 - It looks like your $config['eve']['cache_dir'] configuration is missing a trailing slash. Make sure the path ends in "/".
No07 - It appears your database configuration is perhaps wrong. Check $config['database']['user'] and $config['evedatabase']['user'], one or both of them appear to be missing (PDO->__construct('mysql:host=loca...', NULL, NULL) from your trace seems to indicate no username/password is making it's way to the DB connection).
king curt - Unfortunately no. It depends on PHP's PDO module for DB access. The "database.php" file could perhaps be rewritten to be mysql-specific (using "old-style" PHP mysql_xxx functions). You'd have to recruit a coder to do that for you unfortunately...
Ikki Phoenix - Granting access to corporation data for corp members in non-director roles is an idea for a future version, but it's something that will hopefully make it's way in sooner rather than too much later :).
|

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.04.25 08:40:00 -
[9]
Sadly that's a bug in the current release... You need to manually create a "market" directory in the cache directory. Just be sure to give it the same perms as the cache dir.
|

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.04.25 17:05:00 -
[10]
I certainly hope so, yes.
|

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.05.02 18:28:00 -
[11]
Cool, thanks for that! 
|

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.06.16 12:41:00 -
[12]
Kinda bad timing, but just needed to get this release finished up.
OOE 1.8 has been released. You can grab it from the tags/1.8-incursion branch in SVN, or download a packaged version from the project's Google Code page.
There are a number of new features and changes in this version: - Various bug fixes and other improvements. - Mail and notifications - Skill queue on character page - Journals will attempt to fetch the maximum number of records the API will provide. - UI changes to the entire application (it's now fixed width) including some new theme graphics. - Also UIs for assets, character, kills/deaths, have been tweaked a bit.
If anyone could give feedback on how their journal appears and loads, that would be helpful (I don't have a lot of transaction data to test with on my character).
Assuming all goes well, future development will happen in an Incarna branch.
Please remember outofeve.com will be down this weekend.
|

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.06.21 19:41:00 -
[13]
Really messed up the new journal walking and sorting functionality - managed to completely skip merging all of it into trunk, so the 1.8 release contains the old default number of journal records, and displays them in the API's latest default messed up order.
Changes have been deployed on outofeve.com, and release 1.8.1 will be forthcoming (if you want it urgently, just grab the latest trunk - also includes market transaction walking and sorting).
|

Azazel Mordred
Minmatar Cloak of Shadows
|
Posted - 2011.07.29 05:26:00 -
[14]
Thanks 
Sorry for the delay with updates recently. I've decided to rewrite the API access, classes, and structure, and am slowly working my way through all the modules currently, getting them to work with the new stuff. Also optimising a bunch of API calls, caching options, etc.
With the customisable API key stuff incoming shortly as well, I'm going to factor that in before next release as well.
There hasn't been much SVN activity since I hate checking in code which doesn't actually run - and at the moment everything's in the middle of being broken 
|
|
|